nowhere to go for the mac
Find a file
liy ⛤ 785c4f67f2
Super duper fix linux build
I think sdlmain is only required on real sdl1. On sdl12compat it isnt there at all and it compiles fine without it. I spose if you're using real sdl1 you could add back lsdlmain here
2025-11-09 16:10:08 -08:00
anim Add anim 2025-10-18 14:02:56 -07:00
mdl Upload model 2025-10-18 14:03:49 -07:00
build Super duper fix linux build 2025-11-09 16:10:08 -08:00
Info.plist Add cool files 2025-10-18 14:03:24 -07:00
main.c Take out debug print 2025-11-01 12:14:46 -07:00
math_3d.h Add cool files 2025-10-18 14:03:24 -07:00
nowhereicon.icns Add cool files 2025-10-18 14:03:24 -07:00
README.md Update README.md 2025-11-01 12:13:09 -07:00
run Add cool files 2025-10-18 14:03:24 -07:00
song.raw Add cool files 2025-10-18 14:03:24 -07:00

nowhere to go for the mac

it's just an sdl1 port of nowhere to go for the wii, but it compiles on mac os tiger and leopard and some linuxes and some other stuff too but you'd have to change it a little

Picture 9 (you have to change a line to get a windowed mode)

building

mac

you need xcode. 2.5 will do, and older versions might work too. you need a copy of sdl1. tigerbrew has it, but if you're not on a G4 with altivec, you might need to compile it yourself (which tigerbrew will do for you but it'll just take forever). once you have it, copy /usr/local/Cellar/sdl/1.2.15/lib/libSDL-1.2.0.dylib to the nowheremac directory renamed libSDL.dylib. the bash script wont have the right permissions after downloading so you need to chmod +x build. after that, run ./build. it'll make a neat application with an icon and everything

brew install sdl
git clone https://github.com/xOx-Liy-Codez-XD-oXo/nowheremac
cd nowheremac
cp /usr/local/Cellar/sdl/1.2.15/lib/libSDL-1.2.0.dylib libSDL.dylib
chmod +x build
./build

linux

aquire gcc, opengl, and sdl12-compat. chmod +x build then ./build. run the application with run

licenses

math_3d.h is licensed under the MIT license so heres a copy of that

The MIT License (MIT)

Copyright (c) 2016 arkanis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

"nowhere to go w/ jane remover" by juno is licensed under creative commons BY-NC-SA 3.0 and a shortened version is included in this repo