quake like console

Post those lines of code you feel like sharing or find what you require for your project here; or simply use them as tutorials.
Post Reply
libsora
Posts: 2
Joined: Sat Jul 27, 2013 5:55 pm
Location: south korea

quake like console

Post by libsora »

I merge glconsole and irrconsole. can use quake like console in irrlicht engine.

irrlicht-engine repo : https://github.com/if1live/irrlicht-console

Image
Image


glconsole : http://www.robots.ox.ac.uk/~gsibley/GLConsole/
irrconsole : http://www.oocities.org/standard_templa ... index.html

p.s. : I'm newbie... how to use url link?
Cube_
Posts: 1010
Joined: Mon Oct 24, 2011 10:03 pm
Location: 0x45 61 72 74 68 2c 20 69 6e 20 74 68 65 20 73 6f 6c 20 73 79 73 74 65 6d

Re: quake like console

Post by Cube_ »

Nice, I'll just have a look at the source code for this

And url links are used like this

Code: Select all

[url=www.example.com]example[/url]
"this is not the bottleneck you are looking for"
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: quake like console

Post by hybrid »

urls can only be used by users who have a post count >1
Cube_
Posts: 1010
Joined: Mon Oct 24, 2011 10:03 pm
Location: 0x45 61 72 74 68 2c 20 69 6e 20 74 68 65 20 73 6f 6c 20 73 79 73 74 65 6d

Re: quake like console

Post by Cube_ »

hybrid wrote:urls can only be used by users who have a post count >1
Really? That's interesting, well there's probably a good reason for that (spam prevention?)
"this is not the bottleneck you are looking for"
CuteAlien
Admin
Posts: 9649
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: quake like console

Post by CuteAlien »

aaammmsterdddam wrote:
hybrid wrote:urls can only be used by users who have a post count >1
Really? That's interesting, well there's probably a good reason for that (spam prevention?)
Yes, has to do with spam.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
libsora
Posts: 2
Joined: Sat Jul 27, 2013 5:55 pm
Location: south korea

Re: quake like console

Post by libsora »

CuteAlien wrote:
aaammmsterdddam wrote:
hybrid wrote:urls can only be used by users who have a post count >1
Really? That's interesting, well there's probably a good reason for that (spam prevention?)
Yes, has to do with spam.
Anyway, I can use URL in next time :D
Cube_
Posts: 1010
Joined: Mon Oct 24, 2011 10:03 pm
Location: 0x45 61 72 74 68 2c 20 69 6e 20 74 68 65 20 73 6f 6c 20 73 79 73 74 65 6d

Re: quake like console

Post by Cube_ »

libsora wrote:
CuteAlien wrote:
aaammmsterdddam wrote:
Really? That's interesting, well there's probably a good reason for that (spam prevention?)
Yes, has to do with spam.
Anyway, I can use URL in next time :D
cool, either way I really like your console (i wrote something similar myself but... um.. lost it, I'l just *cough* borrow yours ;) )

P.S removed one quote from the stack due to the forum software complaining
You may embed only 3 quotes within each other.
"this is not the bottleneck you are looking for"
netpipe
Posts: 669
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Re: quake like console

Post by netpipe »

https://github.com/netpipe/IrrlichtDemo ... IrrConsole here is original IrrConsole updated to 1.8

https://github.com/netpipe/sdl2-console i had this made aswell for sdl and sdl2
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
Post Reply