706
Miscellaneous / Re: Random YouTube Videos
« on: August 10, 2011, 02:53:33 am »
JUST .... WTF
http://www.demoncam.com/film/
http://www.demoncam.com/film/
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 706
Miscellaneous / Re: Random YouTube Videos« on: August 10, 2011, 02:53:33 am »
JUST .... WTF
http://www.demoncam.com/film/ 708
TI-Nspire / Re: [Lua] Image Editor« on: August 09, 2011, 02:32:47 pm »Updated code please? Answer : Oh, I forgot that ! Sorry. The latest version is attached to this post. =) 709
TI-Nspire / Re: [TI-Nspire] Make3D - TI-Basic to Lua« on: August 09, 2011, 12:55:33 pm »I want to start with a wireframe, after blanks face with black contour. So, Z-buffer... Ow... Don't be afraid about a Z-buffering. There are many tutorials on the internet. It is a really simple and powerfull algorithm, but, for performance, you should implement your own face filling algorithm. It is a really interesting experience. 710
TI-Nspire / Re: [TI-Nspire] Make3D - TI-Basic to Lua« on: August 09, 2011, 12:50:45 pm »ProjectPoint(obj[i ], obj[i+1], obj[i+2], zoffset) Use setPixel() or equivalent in C, since in the TI-Nspire Lua API we don't have this. And I think that you may use a Z-buffering instead of my Z-sorting (I wish do one if I had getPixel() and setPixel() ) And one more thing, for a the faces correlation : It is a table of undetermined size tables (2, 3, 4 etc ..). Each element refers to an index in the point list. The order is important, like if you draw yourself the face with lines point by points. Good Luck =) 711
TI-Nspire / Re: [TI-Nspire] Make3D - TI-Basic to Lua« on: August 09, 2011, 12:36:38 pm »Salut! J'ai vu que tu as fait un moteur, c'est cela? Hi, I followed a C programming tutorial for the basic knowledge (maths and so ..) 3 years ago but I can't find it via Google. It seems it has disappeared ... Anyway, the basic formulas are in Engine.lua. Other files are related to the GUI and Lua management. But you'll have to make a real effort to use this method in C, since I completely changed my mind during its integration : 1D list for all points (instead of a n*3) 712
TI-Nspire / Re: TI-Nspire emulator« on: August 07, 2011, 07:58:57 pm »How do you do a boot1 dump?Through the dock connector. 713
OmnomIRC Development / Re: Grammar fail in the French channel due to SpyBot45 renaming to New« on: August 07, 2011, 05:22:39 pm »
Nouv. message par {##} dans {##}
715
Lua / Re: Nspire-Lua environment for Gedit (Programming Editor for Gnome)« on: August 05, 2011, 12:12:40 am »
Found 2 intersting plugins :
- gedit-autocomp - gedit-pair-char-autocomplete The only little problem with the first one is that it pickups symbols that have already been typed =/ I've heard about a complete integration in gedit3 based on gtksourview, but I can't find it. 716
Lua / Re: How to save high scores in Lua« on: August 04, 2011, 03:18:26 pm »
A little bump for this topic to add a full and detailed answer :
http://www.inspired-lua.org/2011/08/save-a-high-score-without-cheating-possibility/ 717
Lua / Re: Nspire-Lua environment for Gedit (Programming Editor for Ubuntu)« on: August 04, 2011, 03:15:21 pm »
Oops, sorry, thanks for reporting this ! 718
TI-Nspire / Re: [TI-Nspire] Make3D - TI-Basic to Lua« on: August 04, 2011, 01:20:05 pm »I downloaded a .zip from your site, and it has 4 TNS files in it: None of them because it is not the zip file that you should download since it is the TI-BASIC version I used to update. This one is the one : http://levak.free.fr/ftp/nspire/Make3D/Make3D.tns 719
Lua / Re: Nspire-Lua environment for Gedit (Programming Editor for Ubuntu)« on: August 04, 2011, 10:16:41 am »I was, yes, in a way, not really sure about "highly recommend" this option, because it is a general troll... there is a 50/50 opinion for this subject, I have my reasons for using tabs, but it is not the subject of this thread. Thanks for your intervention, I will remove this from the post, to prevent future discussion on this :p Quote Either way thanks, nice job!Thanks, the pleasure is for me =) 720
Lua / Nspire-Lua environment for Gedit (Programming Editor for Gnome)« on: August 04, 2011, 10:05:56 am »
Hi, =)
as Adriweb did here, here is my Lua environment under Gedit : http://levak.free.fr/ftp/nspire/NspireLuaGedit/ I highly recommend this configuration/plugins for Gedit : Display : - Check everything but not "Activate auto-line-return" (fisrt one) Editor : - Tabulations : 4 - Check "Activate auto-indentation" Theme : Oblivion Plugins : - (+) Advanced Find/Replace - (+) TabSwitch - (+) Simple Folding (since there is no auto-folding plugin in Gedit, this is the best one that exists) - (+) Project Manager - External Tools External Tools is a greate plugin that lets you add some bash/sh scripts and add a shortcut to it. For example, I use it with Ctrl+L to "make" Make3D, then, I can work faster for testing purposes. Code: [Select] #!/bin/bash I use also a modified version of maketns (by JayTe) that lets me make several cards (pages) or widgets per pages directly with a linux command prompt. http://ti.bank.free.fr/forum/viewtopic.php?f=19&t=6885&start=110#p114309 Have fun ! |
|