Difference between revisions of "User:TsT"

m (wiki format fix)
Line 3: Line 3:
  
 
Projects is to rewrite my "jail" project (see [[http://love2d.org/forums/viewtopic.php?f=5&t=733 love-master project (jail, ...)]])
 
Projects is to rewrite my "jail" project (see [[http://love2d.org/forums/viewtopic.php?f=5&t=733 love-master project (jail, ...)]])
The complet list :
+
 
 +
----
 +
 
 +
The complete list :
  
 
- jailfunc (lib)
 
- jailfunc (lib)
 +
 
Goal: be able to allow/deny access of library or function (like os, io, require ...)
 
Goal: be able to allow/deny access of library or function (like os, io, require ...)
  
 
- jailfs (lib) / jailnet (lib)
 
- jailfs (lib) / jailnet (lib)
 +
 
Goal: be able to filter that is allowed to read (and write) on file system access, but maybe also over the network connection (filter the ip:port like simple firewall)
 
Goal: be able to filter that is allowed to read (and write) on file system access, but maybe also over the network connection (filter the ip:port like simple firewall)
  
 
- gameconf (lib)
 
- gameconf (lib)
 +
 
Goal: having easy function to manage game settings
 
Goal: having easy function to manage game settings
 
(FIXME: I don't remember what exactly but I have part of code about that...)
 
(FIXME: I don't remember what exactly but I have part of code about that...)
  
 
- settings enforcer (lib)
 
- settings enforcer (lib)
 +
 
Goal: always keep control! be able to choose and enforce my user settings,
 
Goal: always keep control! be able to choose and enforce my user settings,
 
allow or deny change on resolution/input grabbing/window-or-full-screen mode/no sound/etc.
 
allow or deny change on resolution/input grabbing/window-or-full-screen mode/no sound/etc.
  
 
- input layout
 
- input layout
 +
 
Goal: be able to manage keyboard : French, English, ...
 
Goal: be able to manage keyboard : French, English, ...
 
also maybe manage mouse with more than 3 ou 5 buttons.
 
also maybe manage mouse with more than 3 ou 5 buttons.
  
 
- love-master
 
- love-master
 +
 
Goal: have a magic key (or sequence) to pause the game and got back to a safe environnement (like the love console?) to be able do ... what you want.
 
Goal: have a magic key (or sequence) to pause the game and got back to a safe environnement (like the love console?) to be able do ... what you want.
 
For exemple:
 
For exemple:
Line 32: Line 41:
  
 
- launcher
 
- launcher
 +
 
Goal: be bale to run my local love (with love-master, settings enforcement, etc.) have a way to choose what game is available. Run one of them in jail environnement.
 
Goal: be bale to run my local love (with love-master, settings enforcement, etc.) have a way to choose what game is available. Run one of them in jail environnement.
  
 
Others idea projects :
 
Others idea projects :
 +
 
- multi-love (lib)
 
- multi-love (lib)
 +
 
Goal: be able to run multiple (windowed) love program and link them together.
 
Goal: be able to run multiple (windowed) love program and link them together.
 
Goal: be able to link (over network/LUBE?) multiple love program and share actions.
 
Goal: be able to link (over network/LUBE?) multiple love program and share actions.
  
 
- input layer (lib)
 
- input layer (lib)
 +
 
Goal: be able to virtualise inputs (to have more than one mouse, one keyboard) see multi-love.
 
Goal: be able to virtualise inputs (to have more than one mouse, one keyboard) see multi-love.

Revision as of 12:58, 1 April 2011

Start playing with löve in 2009 (v0.5.0) Is back in 2011 on löve 0.7.1.

Projects is to rewrite my "jail" project (see [love-master project (jail, ...)])


The complete list :

- jailfunc (lib)

Goal: be able to allow/deny access of library or function (like os, io, require ...)

- jailfs (lib) / jailnet (lib)

Goal: be able to filter that is allowed to read (and write) on file system access, but maybe also over the network connection (filter the ip:port like simple firewall)

- gameconf (lib)

Goal: having easy function to manage game settings (FIXME: I don't remember what exactly but I have part of code about that...)

- settings enforcer (lib)

Goal: always keep control! be able to choose and enforce my user settings, allow or deny change on resolution/input grabbing/window-or-full-screen mode/no sound/etc.

- input layout

Goal: be able to manage keyboard : French, English, ... also maybe manage mouse with more than 3 ou 5 buttons.

- love-master

Goal: have a magic key (or sequence) to pause the game and got back to a safe environnement (like the love console?) to be able do ... what you want. For exemple: - debugging (see memory usage, variable values, ...) - profiling (see stats about most called function) - access to the safe menu to configure (simple-firewall, jailfs or others settings) Part of this project is to catch and lock the love callbacks ...

- launcher

Goal: be bale to run my local love (with love-master, settings enforcement, etc.) have a way to choose what game is available. Run one of them in jail environnement.

Others idea projects :

- multi-love (lib)

Goal: be able to run multiple (windowed) love program and link them together. Goal: be able to link (over network/LUBE?) multiple love program and share actions.

- input layer (lib)

Goal: be able to virtualise inputs (to have more than one mouse, one keyboard) see multi-love.