1
SFML projects / Re: AlgoSketch - Algorithm Visualizer created with SFML
« on: September 25, 2020, 09:02:23 am »
Looks great, well done ! I like the UI (and the minecraft font .
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
SFML seems very popular with Swiss people.QuoteMy project was an explosion simulator in C++ and, obviously, SFML. The teachers were a bit skeptical about my project, because we don't learn C++ (we learn C# instead) nor physics at the ETML .I've done many funny things like these. Like use Pascal or Lua instead of C/C++/C#/Java we got taught, or make my project for 'Programming 3 - C#/Java' in C# on Mono on Linux using GTK#, SFML.Net and Box2DNet despite taking Java classes and not C# classes.
It's not only fun to friendly troll people a bit (of course only the young fresh master/doctorate teachers who are like under 40 or something, don't troll some old grumpy professor) but I also think this is a very good and cost efficient way of building faculty confidence in you and showing you're not just passively absorbing what they tell you, especially on first term/year (at least it was for me, maybe in Switzerland everyone is a leet coder in university so it'll be harder to impress anyone). At one point a teacher I never met before knew me already from word of mouth.
There are (slightly stale) C and C# official bindings if you need them, BTW.
How do you keep tabs on a pointer that is passed around many many function of global program scope, and when do you know for sure it is completely untouched un-accessed so it can be safely deleted ?