Ah nice one thanks. Are there any tutorials on shaders and how to implement them knocking about?veethree wrote:Yes. Glow can be achieved with shades. How many lines you can draw smoothly depends mostly on how you implement it.
Search found 5 matches
- Sat Aug 16, 2014 10:23 am
- Forum: Support and Development
- Topic: Line drawing capabilities of Love2D
- Replies: 6
- Views: 4201
Re: Line drawing capabilities of Love2D
- Sat Aug 16, 2014 9:19 am
- Forum: Support and Development
- Topic: Line drawing capabilities of Love2D
- Replies: 6
- Views: 4201
Line drawing capabilities of Love2D
Hello, I'm looking to make a retro vector based game like Asteroids, but with some added graphical effects on the lines and possibly other shapes like glow etc. Is that possible at all in Love2D? Also would it handle drawing a load of lines on screen smoothly? Any help would be greatly appreciated.
- Wed Dec 11, 2013 3:26 pm
- Forum: General
- Topic: Can you draw part of an image?
- Replies: 4
- Views: 3828
Re: Can you draw part of an image?
Thanks for the quick reply :D So for now I guess it is best to just use triangles and later add the mesh when 0.9 comes out as it looks like quads must be axis aligned. Is there any (rough) timescale of when it might be released? Will it be fast enough to draw loads of textured triangles? By the way...
- Wed Dec 11, 2013 2:21 pm
- Forum: General
- Topic: Your Top 5 Best Videogames Of All Time
- Replies: 50
- Views: 24737
Re: Your Top 5 Best Videogames Of All Time
1) Civ 4
2) Angband
3) Super Mario Bros. (the first one)
4) Final Fantasy 7
5) Pyjamarama
2) Angband
3) Super Mario Bros. (the first one)
4) Final Fantasy 7
5) Pyjamarama
- Wed Dec 11, 2013 1:51 pm
- Forum: General
- Topic: Can you draw part of an image?
- Replies: 4
- Views: 3828
Can you draw part of an image?
Hello I'm new here.
Quick question, is it possible to draw part of an image? I'm specifically looking to draw image textures in triangles (I don't need perspective or anything like that really). I want to draw some pseudo 3D landscapes from above made out of triangles. Is it possible?
Quick question, is it possible to draw part of an image? I'm specifically looking to draw image textures in triangles (I don't need perspective or anything like that really). I want to draw some pseudo 3D landscapes from above made out of triangles. Is it possible?