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

Pages: [1] 2
1
ROM Hacking and Console Homebrew / Re: Petit Computer
« on: February 18, 2014, 09:23:28 am »
Minecraft DS Beta 2.0.0 Prerelease 1! http://petitcomputer.wikia.com/wiki/Minecraft_DS

2
ROM Hacking and Console Homebrew / Re: Petit Computer
« on: January 29, 2014, 02:57:13 pm »
@DJ_Omnimaga it can definitely be a pain, but I've never spent more than 20 minutes scanning codes, even MM2.

3
ROM Hacking and Console Homebrew / Re: Petit Computer
« on: January 29, 2014, 02:21:14 pm »
Petit Computer runs your code FOR I=0TO 1000:NEXT in about a tenth of a second. Petit Computer is actually very fast for an interpreted language.

4
ROM Hacking and Console Homebrew / Re: Petit Computer
« on: January 27, 2014, 12:13:05 am »
Is Petit Computer as slow as TI-BASIC?
I'm not sure, but when I ran this code:

@LOOP
V=V+1
?V
GOTO@LOOP

It cycled about 1,000 times a second, compared to a language like C# which has about 20,000.

5
ROM Hacking and Console Homebrew / Re: Petit Computer
« on: January 22, 2014, 03:02:13 am »
The last issue I am having is cost. The cheapest programming calculator I could find, the TI-84+, was still almost $100.

6
ROM Hacking and Console Homebrew / Re: Petit Computer
« on: January 21, 2014, 11:44:28 pm »
Oh, a bit off-topic, but do yous think that I should get into calculator programming? I think that it's interesting, but there are 2 problems that I have:

1) I already actively program in 3 other languages (SmileBASIC, C#, Javascript).
2) Calculator programming (as I find it) is mainly for fun. I program to get things done and make useful applications/full games. Calculators can only make basic games, as I find it (Please correct me if I'm wrong).

Like I said, I know that this is off-topic. If there's a thread/article for this, please link me.

7
ROM Hacking and Console Homebrew / Re: Petit Computer
« on: January 21, 2014, 04:25:52 pm »

8
ROM Hacking and Console Homebrew / Re: Petit Computer
« on: January 20, 2014, 01:22:39 pm »
That reminds me, I wonder if Calc84maniac is still developing Steins;Gate 8-bit 3DS alongside the TI-84 Plus C Silver Edition version?
(As far as I know) He's still working on Steins;Gate 8-bit.

9
ROM Hacking and Console Homebrew / Re: Petit Computer
« on: January 19, 2014, 04:29:36 pm »
Yea, your post makes it sound like the opposite. It's not worded that well.
Errr...oops then.

10
ROM Hacking and Console Homebrew / Re: Petit Computer
« on: January 17, 2014, 06:41:18 pm »
Ok sorry, my bad. I'm trying to get more people here because I honestly do want to see this grow. Sorry if it sounded like I was trying to convince people to leave omni.

11
ROM Hacking and Console Homebrew / Re: Petit Computer
« on: January 16, 2014, 11:46:44 pm »
This community is kind of small and inactive. Do any of yous mind if I pointed yous to a couple bigger, more active communities?

12
ROM Hacking and Console Homebrew / Re: Petit Computer
« on: January 12, 2014, 05:03:32 pm »
I like using the console, but I dislike the fact we don't have more than one layer/buffer for the console display.
It is possible to use GPUTCHR, but it isn't really practical.

13
ROM Hacking and Console Homebrew / Re: Petit Computer
« on: January 08, 2014, 11:43:51 pm »
I would load a pre made GRP file (or package it with the PRG) and copy it to a separate GPAGE. Then I can use GCOPY to put it anywhere on the screen and use it just like a sprite (note that I'd have to set up a couple coordinate arrays and redraw the screen each frame).

14
ROM Hacking and Console Homebrew / Re: Petit Computer
« on: January 07, 2014, 06:28:54 pm »
I personally don't like using sprites, but please don't be discouraged! I use graphics as much as possible and try to avoid using sprites/backgrounds.

15
ROM Hacking and Console Homebrew / Re: Petit Computer
« on: January 07, 2014, 01:56:13 pm »
May I ask what some of yous have made? I love trying other people's projects.

Pages: [1] 2