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.
Messages - Levak
Pages: 1 ... 55 56 [57] 58 59 ... 68
841
« on: April 30, 2011, 06:41:26 am »
I "recursified" the model, so now I can design sub menus, sub menus of sub menus etc ... The trick is that each button has its own function when activated. Each button can have a child (sub menu). - If I use up and down keys I switch between the items. - When I use left key, I push the submenu screen which takes the event control (kindof Screen Manager). - When I use right key, I pull the current screen. - When I use Enter/click/accessKey, if it is a single button, it launches the button function and pull all the screens depending on a depth counter. If not, it push the submenu as if I pressed left key. On thing is I can't manage to pull all the screens when the mousedown event is called but no buttons is pressed, just because this event is called instantaneously when I press the space button of the GUI I made.
842
« on: April 30, 2011, 05:28:34 am »
better I think :
844
« on: April 28, 2011, 03:38:27 pm »
Oh my! DJ ruined my life too. GIMME YOUR MAC WILL YOU PLEASE?
It is Adriweb one. Have a look to the previous posts.
845
« on: April 27, 2011, 07:57:33 pm »
THis looks nice, it would be nice if the ball spinned when throwing it.
it is a TI.image ... thus..
846
« on: April 27, 2011, 07:53:36 pm »
Btw, for now I'm thinking about the GUI integration. To be the most flexible possible, I have to think about everything, and this is kinda long. So don't think I let the project dead because I don't do any updates, when an idea comes with me, it is never early Basicly I have to be compatible with the handheld, with the software and with the nspire-player. For that, I have to make a GUI model which can be extensible (I love this word). Now that the core is finished (I think), I have to add all the user part, and this is a main point : Do I have to follow Blender concepts, or do I have to draw my own journey ? Make3D is mainly designed for educational purposes. Add a point, drag it in space, add another point, draw a line between those points. Do I have to solve the line equation ? (distinctions between CAS and nonCAS or really heavy calculous). Or this way : Add a cube, subdivide it, drag some points of the cube, erase and add faces ? Everything of this is possible, it is just a fondamental question I have to answer : which way take ? Inb4 : Your answer is "all of that without distinction" : dude, You **** :p
847
« on: April 27, 2011, 07:27:28 pm »
Good job by the way! One thing I noticed, however, is that when zooming out too much, the cube seems kinda distorted.
It is not "zoom" but focal lens. This lets you switch between orthographic and perspective view. As often said it is also the Zoffset.
848
« on: April 23, 2011, 04:42:56 am »
By the way does the animated screenshot in the first post run at the real calculator speed?
No. In the animated gif, it is too slow. Oncalc it is faster \o/ Edit : Well, I guess it depends on the navigator you use. Personnally on Google Chrome the gif played is slow. OnCalc I can display up to 34 frames per second
849
« on: April 22, 2011, 08:18:57 pm »
850
« on: April 22, 2011, 11:39:28 am »
At which case number is TI going to remove OS 3.0 from its servers?...
2 more reports on TI-Bank. 8 reported bricked TI-Nspire since the OS 3.0 release...
Does TI even acknowledge the problem?
Yes they do and qualified it as "frequent"...
851
« on: April 22, 2011, 09:16:35 am »
853
« on: April 21, 2011, 10:20:22 pm »
Hello everyone ! Well, I will present you a little bit this projet I maintain since .. yes ... this is it ... 2.5 years in TI-Basic ! I named it : Make3D. Original topic in french : http://tibank.forumactif.com/t4072-wip-make3d-pour-nspire-casFirst it was only a 3D viewer. In France, during HighSchool, we have to make a projet named "TPE" we can translate to "Supervised Practical Work". The goal is to do a presentation of at least 40 pages and an oral lecture of 15 minutes by groups of 2/3/4 during the whole year. My project was to study the subject "Modèles des Simulations 3D", translated to "3D Simulation Models" ('love english). Basicly we had to see how the virtual world was lead by 3D models and 3D simulations. Every days you're looking to an ad, and there is this beautiful car ... OH WAIT THIS IS 3D.... this was the general idea of the project But, during our researches, the supervisor teacher (which one supervises our project) comes and said to us "Hum ... 'ur only using 3D software aren't you ? you only touch to theory ... this is a shame." The next day I went to school with my TI-Nspire and the first version of Make3D, typically a 3D point rendering engine coded in TI-BASIC on TI-Nspire http://img228.imageshack.us/img228/5349/make3dpg8.jpghttp://img119.imageshack.us/img119/216/suzanne2ta0.jpgKinda cool, our teacher and the examinators were just : O_o and we got 19.5/20 good job \o/ Nice ... so, here the little story of Make3D. Only a stub to answer to my teacher ... This stub finished to make a tree, like a big tree I mean. We were able to display 3D functions, import models from Blender and make some 3D geometry. http://i60.servimg.com/u/f60/13/60/39/93/14-05-12.jpghttp://i60.servimg.com/u/f60/13/60/39/93/sqrt_s10.jpghttp://img10.imageshack.us/img10/8108/cran016.jpghttp://img413.imageshack.us/img413/1179/singe.jpghttp://img297.imageshack.us/img297/8758/cran003.jpghttp://i60.servimg.com/u/f60/13/60/39/93/30-05-10.jpghttp://i60.servimg.com/u/f60/13/60/39/93/01-06-12.jpghttp://img821.imageshack.us/img821/2576/joujouinter.gifBut ... of course... TI-BASIC is .... SLOW. We had to wait over than 5 seconds for a 10 points model, 30 for 50, 5 minutes for 100, etc ... http://img27.imageshack.us/img27/3182/cran001.jpgThen, Ndless comes. Hum ... I wanted to port Make3D in C... just lazy (many exams for the final year of HighSchool etc ...) Then Lua comes. OmyGAD Opportunity to make a real 3D engine http://i20.servimg.com/u/f20/13/60/39/93/acran010.jpghttp://levak.free.fr/ftp/nspire/Make3D/screens/make3D.gifSo now the goal is : make a program that could help anyone in the comprehension of 3D space whereas the built-in 3D function render DON'T display non-function models. This is the goal of Make3D. Make everything you want is 3D (like a cube, a sphere) you can't do with the built-in functions \o/ Thus, I have to develop a fully user-friendly interface and "SDK" to propose a software which HAVE to be easy to use AND powerfull. http://education.ti.com/html/nspireplayer/3.0.1/application/index.html?locale=en&nspirefile=http://levak.free.fr/ftp/nspire/Make3D/Make3D.tnsAny suggestions are welcome =D
854
« on: April 20, 2011, 08:46:51 pm »
* Deep Thought stabs Levak
=( But he has a point. It might actually help our cause. Huh.
=) This evening was particulary epic on http://www.univers-ti-nspire.fr/forum/ (fr) about those destructions. (3 in 2 days) So yeah, this is my point of view : \o/
855
« on: April 20, 2011, 08:23:54 pm »
\o/
Pages: 1 ... 55 56 [57] 58 59 ... 68
|