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

Show Posts

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.


Messages - mira_strannaya

Pages: [1]
1
SFML projects / Re: Pentomino Game
« on: October 26, 2020, 06:12:49 am »
UI is great!

2
Maybe you added .lib files in the linker options only for debug builds?

3
SFML projects / Mazemaze - simple 3d maze game
« on: October 21, 2020, 10:32:52 pm »
Here is my simple game, written using SFML for graphics and SFGUI for GUI.
The game is a bit strange, but it's intended to be such.


The game is also localized into several languages using the gettext library.
Much attention has been paid to the GUI, all settings are applied immediately, without any "Apply" buttons.
Supports GNU/Linux and Windows, i'll also make macOS support in the future.
I used legacy opengl to make the game work even on very old hardware like my Dell Inspiron 1300.

Github page: https://github.com/mirai65536/mazemaze
Official page (in russian): https://mira-strannaya.ru/articles/mazemaze

I'm waiting for your stars on github!

Pages: [1]