- 41
- 72 035
PixelOutlaw
เข้าร่วมเมื่อ 21 พ.ค. 2007
วีดีโอ
Algorithms Matter - Commodore BASIC (MOS 6510) vs Rust (x64)
มุมมอง 415ปีที่แล้ว
This is a demonstration of just how much an algorithm can matter. You may get the same answer two ways but it's amusing to see a 6510 processor using an interpreted language on an 8 bit computer beat a compiled language running the common algorithm on modern CPUs.
Medley InterLisp Game Jam
มุมมอง 436ปีที่แล้ว
I wanted to tested out my ability to write a game in a foreign Lisp dialect using a foreign OS in a minimal amount of evenings. Please support the InterLisp project. It's the real deal from Xerox PARC.
My Venture into Visual LISP
มุมมอง 3252 ปีที่แล้ว
My thoughts and a demo of Visual LISP. An old and fairly featureless dialect of Lisp with a LOT of drafting power. EDIT, my understanding of setq has expended and now I realize that I need to be defining symbols with the /foo-symbol syntax in the parameters to ensure I have local copies. More about that here: tinyurl.com/4y5t4bdj
PinePhone (Mobian) Running Emacs and Lisp
มุมมอง 1.2K4 ปีที่แล้ว
This is still not ready for consumers, the calling and audio is flaky. BUT here is proof that we don't have to make great adjustments to our beloved languages, libraries, and tools as Linux programmers.
Bagatelle Table Live Play
มุมมอง 4065 ปีที่แล้ว
Here we put a 360 degree camera on my table. Unfortunately you can't see the digital score reader but I assure you it's there. You can hear the buzzer though.
Bagatelle Project Update #2
มุมมอง 585 ปีที่แล้ว
Mostly finished, a few things need to be touched up. Electronics will be added soon.
Bagatelle Project #1
มุมมอง 585 ปีที่แล้ว
This shows off the early stages of my bagatelle table with automatic scoring.
Colour Maximite L-System
มุมมอง 9925 ปีที่แล้ว
Very simple program written in MM BASIC to text recursion.
Practical Precision Point Placement Practice
มุมมอง 1.9K7 ปีที่แล้ว
I demonstrate how to calculate points placed around a center for use in pixel art positioning. Script here: pastebin.com/dWqBzjeZ
GrafX2: Blending and Transparency
มุมมอง 2.2K7 ปีที่แล้ว
Today I'll show how blending modes work in GrafX2. The key is to remember that you're limited to your palette when it comes to color mixing accuracy.
GrafX2: Brush effects and Color Remapping
มุมมอง 1.2K7 ปีที่แล้ว
Marvel as I bumble through GrafX2 brush options for 15 minutes! Also there is an error, grabbing the brush and filling in the background is done with the RIGHT mouse button, not the left as stated above.
GrafX2 Mirroring Full Length Drawing Video
มุมมอง 2.3K7 ปีที่แล้ว
I went to demonstrate the mirror feature using tiles but it turned into a full length draw along video. :D Enjoy or don't I suppose.
GrafX2 Non traditional tiles in tile mode
มุมมอง 1.4K7 ปีที่แล้ว
This shows how you can use GrafX2 to easily make non traditional tiles such as Dimetric (pixel art isometric) and also hexagonal.
GrafX2: Setting off limits colors with Stencil
มุมมอง 6607 ปีที่แล้ว
GrafX2: Setting off limits colors with Stencil
Number Munchers ( For young desperadoes)
มุมมอง 8K15 ปีที่แล้ว
Number Munchers ( For young desperadoes)
Interesting project! Seems like it's coming along pretty well. Love the keyboard sounds throughout the video. 😩 Hope you've been well, dogger.
shout out to PixelOutlaw
Until now, I don't know how to save it. If using lbm file, the file doesn't support animation. Maybe the best way is to draw manually
Just a note, I had to turn off Feedback in the right click menu of FX. Otherwise you will instantly go from dark to light or reverse.
Looks great for making tiles for 3d model texturing, thanks
1:55 OUCH! What about pressing ctr-z instead?
Many of the commands are single key. Since it's not a typing program it generally works out.
@@PixelOutlaw It was a joke, in the timestamp it sounds like you say "I'm going to hit you" lol. Also, any more tutorials planned? Do you know about Dpaint.js? If so, how does it compare to Grafx2??
@@mistery8363 Sorry it went over my head I was late night phone viewing. I've not had much time for pixel art this last year I don't know that there will be more tutorials. I'd like to write an art program of my own using Common Lisp but I don't know when I would even begin that project.
@@PixelOutlaw No rush. I hope there will be some more tutorials next year!
i save the animation in lbm format but its static :( theres any other format that works? Btw i love your tutorials, you make me love this program
Did you adjust gamma or anything like that? My sliders jump around much more than just 1 unit. The only way I've found to actually set the exact color is through hex input. But you can't get the hex value of the color in the palette, only set it.
Thank you for going through the buttons! Most tutorials I've seen don't do that.
very cool
very cool
very cool
very cool
very cool
The point here is to show that the algorithm matters. We take a slow language on a slow processor and compare it against a fast compiled language on a modern processor. This shows just how inferior a badly written algorithm can be.
No one really knew how to use these features. Thanks for enlightening me.
Hi! I am one of the two creators of this program, back in ye olde DOS days. I love the work done by the people who brilliantly continued our work when we released the source code. They completely understood the spirit of our utility. And today, I found your video and I must say that I really love it. I think it is a great introduction, showing most of the features and giving enough information to make people want to find more.
Thank you for all the foundational work that you did. I think GrafX2 remains a very easy to build and enjoy program. Are you still programming these days?
@@PixelOutlaw I am programming for work, but not on my spare time anymore.
Too bad theres so few videos about it. For static images I prefer it over Aseprite or pretty much anything on PC now.
Yes everyone wants to spend a day debugging GLSL when they simply need a DrawRect or DrawText type function.
Great tutorials, thank you! I know these are 6 years old but still VERY useful. Question - how did you managed to have your cursor bigger? in my case whole GUI is scaling nicely but cursor stays tiny...
Great video, not many doing stuff like this in the same way. 5+ later and your video tutorials are still a valuable Grafx2 resource.
i get an error when i changed my screen size is that a bug
how do i display more palettes on my bar?
The official website and mirrors seem to be broken, do you know where else to download it?
omg, man! you just changed my life!!!
That tool is really advanced
buraya ananı sikim yazsam anlamaz kalp atar
Great. I would like to see more videos about changes in the latest version of Grafx2, many things have improved.
Hey, this is super nooby, but I can't find any of my saved files. I can open them in Grafx2 but can't locate them in my PC outside of the program...Help? Love your tutorials btw!
Hmm, usually the path to the file should be in the save dialog box (in black) when you go to save.
@@PixelOutlaw It's so weird...none of the files I save show up in the directory they're supposedly saved in. Using windows 10. I can only load them in Grafx2... Update: Well, I am able to copy to clipboard and paste it onto an email to myself. I feel like that shouldn't be the only way though...also I wonder if that works for animations
thank you! this is so helpful, especially since grafx2 tutorials are so hard to come by
Thank you very much for the tutorial, it helped me a lot!! (ノ^_^)ノ
Great introduction! Thank you!
I'm binge watching videos to confirm my purchasing decision. You've basically some up what I've been screaming about since 2011 when I first bought a "smartphone". 40+ years of user interface design was thrown out the window. Activities, hah!
Well modern GUI design seeks to strip all the power and options away while the tools involved rotate out of your toolbox in about 4 months. Currently though, I think the PinePhone needs more programmers and less lookey-loos.
hey, so I deleted the premade shaders and chose my colors. When I have FX turned on and go to left or right click to apply the shade nothing happens. What am I missing?
Great tutorial! I was wondering what the mode does. I hope I can go through your awesome tutorials today :)
Thanks for being cool.
Awesome primer, thanks so much.
The cool thing about Deluxe Paint (on the Amiga in the mid 80s) regarding the GRAB brush (press B and grab part of the screen to use as a brush) was that back in the day we used it as an ANIMATION BRUSH. Not only can it pick up part of the screen, but lets say you had a 30 frame animation, you can pick up a section of that 30 frame animation and it would grab ALL 30 frames of that area) and paint with it. If you held a key (I forget which one), you could also paint with it over X frames! For example, lets say you picked up those 3 balls, you could then create a 30 frame animation, and hold that KEY+PAINT (with that custom brush) and it would automatically advance frames while you were painting! In other words you could paint a ball bouncing across the screen in about 10 seconds (GRAB a BALL brush, make 30 frame anim, then draw with the BALL brush across the screen over 3 frames). Play it back and you just made an animation. Deluxe Paint on the Amiga KICKED ASS --- back then the PC was 16 colors, the Mac was Black and White, and the Amiga had 4,096 colors depending on the mode. Then came the Atari ST which had similar things. Hell, we were doing 24 bit 3D Ray Tracing in the late 1980s LONG before the PC. Those were the good days, and it took the PC decades to catch up. If Commodore didn't ruin Amiga, it would be killer these days. WAY ahead of its time.
When i disovered brushgrab in this program the whole new world opened for me :)
Will you be teaching how to script for grafx2?
This is an older video, but still useful!
To me it seems like you are a literal god
how can I sign in grafx 2
Why is the menu colors part of the 256 colors? Sounds very strange to me...
Initially, the whole program had to run in indexed color mode that limitation just stuck no technical reason for it these days that I know of.
Lol, definitely NOT a real granny! XD
Why do you sound like Sam Elliott?
Wikipedia says this program was developed for DOS, but I can't find a DOS version anywhere! Help!
Never believe a wiki
There us a DOS version and I have used it. Keep in mind that it's much older and may not have all the features. I don't know where/if it's currently hosted but you might ask around.
Thought this ran on an Amiga until he switched to desktop
color maximite 2 is out now but i am still focussed on the Pic32 version (original color maximite), as I am focussing on developing a program to control my farm with it.
That's what Bill Gates said when his Dad bought him his first IBM :)
Great Grafx2 videos. Thanks for this class
Tinkering with this. I'm really sad that i cant export the effect to a normal gif animation :/
It's possible through writing some very heavy Lua code. The better option would be to put in a request to the authors of the program.
I've created a group for Maximite2 users on facebook. facebook.com/groups/MAXIMITE2/