I always wanted to switch forever from a bash type console to a python/ruby based one
and Ipython seems the best replacement shell in my opinion for bash
but he journey brings me to another cool edior , yes i hate VIM but i kinda like it's power but i still hate it's stupid not friendly user interface and so many hidden things
You need to grow a beard or something to get used to it
And i found The GLPython package provides an OpenGL terminal that lets you run an IPython console inside OpenGL.
wow that is cool , want to embed the ipython in a opengl interface (xonotic hud) and that made a click in my head
until i found pyroom on that page
Pyroom is a fullscreen editor written in Python and GTK featuring full screen multidocument text editor, small set of shortcuts, simple help page for shortcuts and different styles / colorsets available. More recent versions are available at http://pyroom.org
and that is very nice editor , full screen with text on the center and without annoying notifications from the system , similar with my way of running the terminal
Showing posts with label quake. Show all posts
Showing posts with label quake. Show all posts
Monday, August 23, 2010
Sunday, January 10, 2010
compiling #sdl #quake on #ubuntu
project url is here http://www.libsdl.org/projects/quake
download the code and data
wget http://www.libsdl.org/projects/quake/src/sdlquake-1.0.9.tar.gz
wget http://www.libsdl.org/projects/quake/data/quakesw-1.0.6.tar.gz
install sdl dev files
sudo apt-get install libsdl1.2-dev
tar -x --strip-components=1 -f sdlquake-1.0.9.tar.gz
tar -x -f quakesw-1.0.6.tar.gz
I had an error when i ran make after ./configure
add `AM_PROG_AS' Makefile.am: to `configure.in'
i modified the configure.in this way added AM_PROG_AS
also removed gcc flag -mpentiumpro
touch INSTALL NEWS README AUTHORS ChangeLog
automake --add-missing
autoreconf
and then
./configure
make
you will get an linking error related to d_copy.S
grep d_copy *
search for it and remove all references from Makefile and Makefile.in , Makefile.linuxi386, Makefile.am
then do again ./configure
make
./sdlquake
or full screen
./sdlquake -fullscreen
or without sound
./sdlquake -nosound
for a better engine try something based on ioquake
i like the video of elite force raytraced
download the code and data
wget http://www.libsdl.org/projects/quake/src/sdlquake-1.0.9.tar.gz
wget http://www.libsdl.org/projects/quake/data/quakesw-1.0.6.tar.gz
install sdl dev files
sudo apt-get install libsdl1.2-dev
tar -x --strip-components=1 -f sdlquake-1.0.9.tar.gz
tar -x -f quakesw-1.0.6.tar.gz
I had an error when i ran make after ./configure
add `AM_PROG_AS' Makefile.am: to `configure.in'
i modified the configure.in this way added AM_PROG_AS
also removed gcc flag -mpentiumpro
touch INSTALL NEWS README AUTHORS ChangeLog
automake --add-missing
autoreconf
and then
./configure
make
you will get an linking error related to d_copy.S
grep d_copy *
search for it and remove all references from Makefile and Makefile.in , Makefile.linuxi386, Makefile.am
then do again ./configure
make
./sdlquake
or full screen
./sdlquake -fullscreen
or without sound
./sdlquake -nosound
for a better engine try something based on ioquake
i like the video of elite force raytraced
Subscribe to:
Posts (Atom)
