Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML 2.0 .net  (Read 4302 times)

0 Members and 1 Guest are viewing this topic.

nihohit

  • Newbie
  • *
  • Posts: 37
    • View Profile
SFML 2.0 .net
« on: April 09, 2012, 11:43:12 am »
It's unclear from the site where can you get SFML 2.0 for .net.
If someone has a handy link, I'd thank them, and also I think it should be clear in the download page.

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: SFML 2.0 .net
« Reply #1 on: April 09, 2012, 12:11:25 pm »
From GitHub, like SFML itself.
https://github.com/SFML/SFML.Net
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: SFML 2.0 .net
« Reply #2 on: April 09, 2012, 12:19:08 pm »
I think it would still be helpfull to have a direct link to the C binding and .NET binding.

But the website is anyway kind of outdated...
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML 2.0 .net
« Reply #3 on: April 09, 2012, 01:09:22 pm »
Yep. I'll rewrite everything that is outdated before SFML 2.0 is released, don't worry.
Laurent Gomila - SFML developer

nihohit

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: SFML 2.0 .net
« Reply #4 on: April 09, 2012, 08:49:54 pm »
Thanks!

Also, in another thread in the forum someone mentioned that there's a way to run the .net bindings without using CMake, but I couldn't find the relevant assembly references for VS2010. Is there such a thing?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML 2.0 .net
« Reply #5 on: April 09, 2012, 08:53:06 pm »
Quote
Also, in another thread in the forum someone mentioned that there's a way to run the .net bindings without using CMake, but I couldn't find the relevant assembly references for VS2010. Is there such a thing?
You don't need to recompile SFML and CSFML because they are provided directly in the repository, but you still need to compile SFML.Net itself.
Laurent Gomila - SFML developer

nihohit

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: SFML 2.0 .net
« Reply #6 on: April 09, 2012, 10:55:07 pm »
Thanks!

For anyone who'll get to the same problem as me, here are simple instructions.