Show Posts

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 - mdr1

Pages: 1 ... 11 12 [13] 14 15 ... 21
181
En général, pour ce genre de concepts, on trouve les techniques générales sur Wikipédia ou d'autres sites.
Pour se lancer dans un jeu, il est également possible de lire quelques parties de programmes déjà existant.
Bonne chance. :)

182
C'est quoi SMF ?

EDIT: Ah, c'est le software du forum, je pensais que c'était un projet comme "Super Mario Bros" :P
Super Mario Bros => SMB et non SMF ;)

En ce qui concerne mon tutoriel, j'espère faire un jour une mise à jour, seulement, ce n'est pas gagné vu que je n'ai pas de temps et qu'il y a plein de trucs à réorganiser pour le lancer en validation.

183
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: November 05, 2012, 04:04:27 am »
The selection of text works well ! Good job. But when I try to open a document with CTRL+O, my caltos restarts.

I'll keep the idea with multiple texts in mind, but it won't come soon.
As for the scrolling, which keys would you suggest for page up/down?
CTRL 9 : page up
CTRL 3 : page down
CTRL 7 : go to the start of the document
CTRL 1 : go to the end

The french letters are already there, you just can't enter them :P
I'll look into utf-8 or 16 and provide some way to enter special characters similar to TI's OS.

If Ndless provides some USB routines I will look into it, but as of today it's too difficult for me.
Well, you could enable us to enter a letter by its hexadecimal code, and do so that we can choose our shortcut for the letters.
You could for that use the "var" key as the "alt" key on a computer.
As new keys for new characters, I suggest :
- the [²] key for "²"
- CTRL + [²] (√) for "√"
- the flag key for changing a letter (e=>é=>è=>ê=>ë, a=>à, e=>€, c=>ç ...)
- a list of characters when we press on the book key

Other suggestions :
- select all : CTRL A
- previous action : CTRL Z
- a faster cursor
- be able to choose a smaller font-size

184
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: November 01, 2012, 06:49:04 pm »
Some other ideas came to my mind :
- add characters (square ², grec, french letters as é, è, ç ...)
- be able to connect a real keybord with USB :P

185
TI-Nspire / Re: A viewer of html for Nspire
« on: November 01, 2012, 12:23:26 pm »
Take a look on this page: http://links.twibright.com/download.php the source tarball is there
Thank's, I'm trying to use the tarball. But what's the difference between gzip links-2.7.tar.gz and  bzip2 links-2.7.tar.bz2 ?

Then why not simply convert the page on the computer side, and view it with mViewer?
For several reasons :
- we could save much more text with html format than mViewer with the same place of memory
- there is the problem of scrolling with mViewer which is not comfortable at all
- we could directly html pages without having to convert them
- we could edit/create html pages/notes directly on calc
- ...

186
TI-Nspire / Re: A viewer of html for Nspire
« on: October 31, 2012, 09:35:58 am »
All I see for links2 is that : http://links.twibright.com/download/
Where's the source code ?  ???
(and how to use it)

187
TI-Nspire / Re: A viewer of html for Nspire
« on: October 30, 2012, 05:55:55 pm »
You probably won't find any library directly compatible with the TI-Nspire except if it is compatible with SDL, since today SDL is the only standard UI interface supported by the TI-Nspire.
But hopefully this doesn't mean adapting these libraries or text-based browser is impossible.
But all I demande to the library is to return an image of 320*240 pixels which I display on the screen.
Why would it need any interface ?

188
TI-Nspire / Re: A viewer of html for Nspire
« on: October 30, 2012, 05:10:24 pm »
Lynx and Links seem to work only on Windows, Mac, Linux and OS/2.

189
TI-Nspire / Re: nFrotz—Endless adventure games on the TI-Nspire!
« on: October 30, 2012, 05:04:11 pm »
2. Can it load .z3, .z5, or .z8 files?
+1
In fact, I tried to put an adventure created with inform but it doesn't work.

190
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: October 30, 2012, 03:49:52 pm »
What do you mean by "2 touches for vertical scroll"? Multitouch on the touchpad? I believe that's not possible hardware wise.
2 touches for scrollling page per page, so faster than line per line.

Do you mean opening several texts simultaneously in tabs?
Yes, I do.

191
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: October 30, 2012, 12:10:46 pm »
So you think horizontal scrolling would be better than wrapping lines?
Mmh, with horizontal scrolling, it would be harder to see the whole text. But 2 touches for vertical scroll would be usefull.

Should I use a different and smaller font?
A smaller font would enable to see more text so I think it would be a great idea. But you can also give the choice with the menu.

Could you also add the possibility of opening several texts ? And the possiblity of copying/pasting would be great !

192
TI-Nspire / A viewer of html for Nspire
« on: October 30, 2012, 11:43:12 am »
Message en français (version originale) :

Salut tout le monde !
Je ne vais pas disserter pendant des heures, le projet serait simplement de visualiser du html (avec css) sur TI-Nspire grâce à un programme fait en C. Bien entendu, les pages html seraient stockées sur la calculatrice (pas d'internet :P), mais ça permettrait de profiter des pages html sans les modifier simplement en les sauvant et les envoyant sur la caltos. De plus, cela prendrait ainsi moins de place mémoire que mViewer.

Seulement voilà : certes, je sais programmer en C sur Nspire (mais si j'ai encore rien fait de concret, mais faut bien un début à tout), mais en revanche, je ne vois pas du tout comment implémenter une bibliothèque qui à partir du code html, génère de l'image à directement afficher à l'écran. J'ai bien trouvé 2-3 trucs sur internet, mais je n'ai absolument rien compris à comment les utiliser.

Donc si des gens pouvaient me venir en aide en trouvant ce que je désire, je ferais peut-être un programme capable de vous lire des pages html sur Nspire ! ;D

Message in english (also an original version because I didn't traduce literally) :

Hi there !
I'm not gonna speak for hours, my project would simply be a reador of html (with css) on TI-Nspire thanks to a C program. Of course, the hyper text makup language pages (html :P) would be stored on the calculator (no wifi ;) ). The reador would enable us to read html's pages just by saving them from computer to the calculator. Moreover, the place in memory used would be less than mViewer.

But I need help ! I can program with C on Nspire (even though I haven't already coded anything on Nspire with C), but I don't know how implement a library which would do all the work by creating the image to show on the screen. I found some things on the net, but I didn't understand anything at all, too complicated.

So, if you can help me by finding a simple library doing that, I would probably create a Ndless program reading html for Nspire using the library. :angel:

193
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: October 30, 2012, 10:44:25 am »
It's really a good program ! But you may improve those points :
- it is impossible to scroll, we can just go on the right or the left, and so to see a following page, we have tu click 2000 times on the right touch
- when  open your readme.txt with nTxt, a weird character appears on each new line
Good luck !

194
TI Z80 / Re: ORG: online Z80 IDE and assembler
« on: June 07, 2012, 11:31:36 am »
TI-82 STATS ?
I think it's like TI-83...

195
TI Z80 / Re: ORG: online Z80 IDE and assembler
« on: June 06, 2012, 04:38:55 am »
Hello ! Cool to know that 83 are now supported !
Will you include the possibility of doing an OS ?

Pages: 1 ... 11 12 [13] 14 15 ... 21