You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zed A. Shaw
ddf1ba955c
|
3 weeks ago | |
---|---|---|
assets | 3 weeks ago | |
scratchpad | 3 weeks ago | |
scripts | 1 month ago | |
tests | 3 weeks ago | |
wraps | 1 month ago | |
.gitignore | 2 months ago | |
.tarpit.json | 2 months ago | |
.vimrc_proj | 2 months ago | |
LICENSE | 2 months ago | |
Makefile | 3 weeks ago | |
README.md | 1 month ago | |
ansi_parser.cpp | 3 weeks ago | |
ansi_parser.hpp | 3 weeks ago | |
ansi_parser.rl | 3 weeks ago | |
collider.cpp | 3 weeks ago | |
collider.hpp | 3 weeks ago | |
combat.cpp | 3 weeks ago | |
combat.hpp | 3 weeks ago | |
components.hpp | 3 weeks ago | |
config.cpp | 3 weeks ago | |
config.hpp | 3 weeks ago | |
dbc.cpp | 2 months ago | |
dbc.hpp | 2 months ago | |
dinkyecs.hpp | 3 weeks ago | |
events.hpp | 3 weeks ago | |
flecs.wrap | 2 months ago | |
fsm.hpp | 2 months ago | |
gui.cpp | 3 weeks ago | |
gui.hpp | 3 weeks ago | |
main.cpp | 3 weeks ago | |
map.cpp | 1 month ago | |
map.hpp | 3 weeks ago | |
meson.build | 3 weeks ago | |
point.hpp | 4 weeks ago | |
rand.cpp | 1 month ago | |
rand.hpp | 1 month ago | |
render.cpp | 3 weeks ago | |
render.hpp | 3 weeks ago | |
sound.cpp | 3 weeks ago | |
sound.hpp | 3 weeks ago | |
status.txt | 3 weeks ago | |
systems.cpp | 3 weeks ago | |
systems.hpp | 4 weeks ago |
README.md
roguish
The next little game in the series where I make a fancy rogue game.
OSX Build Notes
- Quite a bad experience. Need to install Python, cmake, meson, and ninja all which are in homebrew but if you don't use homebrew then this is a problem.
- You need to run the .command script in Application/your python that updates the SSL certs.
- You have to give iTerm access to your keystrokes...because wtf it already has them?
- This points out a problem that I'm getting the keys using FTXUI but should either get them from SFML or connect FTXUI to SFML's keyboard input events instead.
- Takes forever to load on older computers, and I've got no idea why SFML is like that. It seems the sound system is a pig that takes forever to load, so am I using it wrong?
- No actually this first run delay seems to be related to the security feature that blocks keyboard access on iTerm, so probably fixing that would speed it up.