This website requires JavaScript.
Explore
Help
Sign In
john
/
McRogueFace
Watch
1
Star
0
Fork
You've already forked McRogueFace
0
Code
Issues
52
Pull Requests
Projects
1
Releases
Wiki
Activity
rebase-for-7DRL_Feb-2024
McRogueFace
/
.gitignore
13 lines
74 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Initial Commit / Linux Combined Proof of Concept example
2023-02-24 00:37:13 +00:00
*.swp
*.swo
bin
.msvc-intermediate/
*.bak*
Windows / MSVC commit. Bring your own Python PCBuild directory, I don't want to upload it to git.
2023-02-24 03:38:41 +00:00
PCbuild
.vs
Porting in old gamejam code. Removed SOME cruft, more likely remains. Sound + sprite test.
2023-02-25 04:46:34 +00:00
obj
Refactor: Python 3.12, build libtcod & SFML from source. Cmake build. Directory cleanup directories needed: * build - for cmake output * deps - stuff needed to compile McRogueface (headers) libtcod -> ../modules/libtcod/src/libtcod sfml -> ../modules/SFML/include/SFML python -> ../modules/cpython/Include * lib - stuff needed to link McRogueFace (shared objects); also required at runtime libtcod -> `../modules/libtcod/buildsys/autotools/.libs/libtcod.so.1.0.24` sfml -> `../modules/SFML/build/lib/*` python -> `../modules/cpython/libpython3.12.so`; standard lib at ../modules/cpython/build/lib.linux-x86_64-3.12 & ../modules/cpython/Lib You can get dependencies by: - Build from source (i.e. all submodules) - Go download them from each project's website - install packages from your distro and symlink them to deps/lib directories
2024-02-25 01:40:40 +00:00
build
lib
obj
Windows / MSVC commit. Bring your own Python PCBuild directory, I don't want to upload it to git.
2023-02-24 03:38:41 +00:00