puki Posted March 24, 2010 Share Posted March 24, 2010 Any volunteers to complete the BMax tutorials? Plus, tidy stuff up (where necessary) to work on multiple versions. That is something that has annoyed me in the past on the old forum. Someone posts code and it doesn't work, coz they are using a different version than you. Any takers on this? Quote Link to comment Share on other sites More sharing options...
Canardia Posted March 24, 2010 Share Posted March 24, 2010 The BlitzMax tutorials would be identical to the C++ tutorials (or any other 350 languages you can use). The tutorials are only using LE API commands, which work the same in C++ as in any other language. C++: MoveEntity( cube, Vec3(0,0,1) ); BlitzMax: MoveEntity cube, Vec3(0,0,1) BUT also BlitzMax: MoveEntity( cube, Vec3(0,0,1) ); ' Same syntax as in C++ Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■ Link to comment Share on other sites More sharing options...
puki Posted March 24, 2010 Author Share Posted March 24, 2010 Ah, well there is no excuse for them not to be updated then. It does not look right on the Wiki to have gaps where the BMax ones are. http://leadwerks.com/wiki/index.php?title=Main_Page Quote Link to comment Share on other sites More sharing options...
Marleys Ghost Posted March 24, 2010 Share Posted March 24, 2010 http://www.leadwerks.com/forum/viewtopic.php?f=19&t=3566 Quote AMD Bulldozer FX-4 Quad Core 4100 Black Edition 2 x 4GB DDR3 1333Mhz Memory Gigabyte GeForce GTX 550 Ti OC 1024MB GDDR5 Windows 7 Home 64 bit BlitzMax 1.50 • Lua 5.1 • MaxGUI 1.41 • UU3D Pro • MessiahStudio Pro • Silo Pro 3D Coat • ShaderMap Pro • Hexagon 2 • Photoshop, Gimp & Paint.NET LE 2.5/3.4 • Skyline • UE4 • CE3 SDK • Unity 5 • Esenthel Engine 2.0 Marleys Ghost's YouTube Channel • Marleys Ghost's Blog "I used to be alive like you .... then I took an arrow to the head" Link to comment Share on other sites More sharing options...
Rick Posted March 24, 2010 Share Posted March 24, 2010 puki, it says you joined on Nov 24th and yet in the last few days you have hit this forum like a rocket with what seems to be demands and complaints. What am I missing here? Quote Link to comment Share on other sites More sharing options...
Canardia Posted March 24, 2010 Share Posted March 24, 2010 He's an old fart, and a cult figurine (mascot) in the Blitz3D scene, from which LE evolved also Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■ Link to comment Share on other sites More sharing options...
puki Posted March 24, 2010 Author Share Posted March 24, 2010 Old? Legend - Yes. It is just that I like to see things done properly - none of this 'throwing the towel in' that goes on over here. I suggest one of you lot sort the problem and then email the results over to "halo" and he can then update the Wiki. If you divide them up between you then you will finish them quicker. Quote Link to comment Share on other sites More sharing options...
Rick Posted March 24, 2010 Share Posted March 24, 2010 lol, I can only assume you are trying to be funny. So I guess I'll laugh. Quote Link to comment Share on other sites More sharing options...
carlb Posted March 24, 2010 Share Posted March 24, 2010 may i ask why you do not do it Quote Asus ROG STRIX B350-F GAMMING AMD Ryzen 7 1700x 32 gb ddr4 15 TB raid 5 HD Nvidia EVGA 1060GTX Win10 64bit Link to comment Share on other sites More sharing options...
Canardia Posted March 24, 2010 Share Posted March 24, 2010 I suggest one of you lot sort the problem and then email the results over to "halo" and he can then update the Wiki. If you divide them up between you then you will finish them quicker.LE is a bit different from other game engines in the way that it's all colloboration based, even official parts of the engine are made by the community, everyone can edit the Wiki! I thought also this can never work, but it does Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■ Link to comment Share on other sites More sharing options...
VicToMeyeZR Posted March 25, 2010 Share Posted March 25, 2010 I really don't think we need to take orders from a B3D fan boy.... Quote AMD Phenom II x6 1100T - 16GB RAM - ATI 5870 HD - OCZ Vertex 2 60GB SSD Link to comment Share on other sites More sharing options...
Josh Posted March 26, 2010 Share Posted March 26, 2010 I think Puki means well. He just has an odd sense of humor. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Pancakes Posted March 26, 2010 Share Posted March 26, 2010 lol, I can only assume you are trying to be funny. So I guess I'll laugh. lol Quote Core I5 2.67 / 16GB RAM / GTX 670 Zbrush/ Blender / Photoshop CS6 / Renoise / Genetica / Leadwerks 3 Link to comment Share on other sites More sharing options...
Rick Posted March 26, 2010 Share Posted March 26, 2010 I think Puki means well. He just has an odd sense of humor. Look at those Blitz people sticking together. Thick as thieves they are. Quote Link to comment Share on other sites More sharing options...
Canardia Posted March 26, 2010 Share Posted March 26, 2010 Blitz3D is really cool. You just have one exe file for IDE and and one for the compiler, so you can take them with you anywhere you go on a USB stick, and code some 3D demos. Graphics3D 640,480,0,2 SetBuffer(BackBuffer()) cube=CreateCube() cam=CreateCamera() light=CreateLight() MoveEntity cam,0,0,-5 While Not KeyHit(1) UpdateWorld RenderWorld TurnEntity cube,1,1,1 Flip Wend Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■ Link to comment Share on other sites More sharing options...
puki Posted March 26, 2010 Author Share Posted March 26, 2010 I remade Half-Life 2 in Blitz3D. http://img710.imageshack.us/img710/3128/image1h.gif Totally legendary. Quote Link to comment Share on other sites More sharing options...
Rick Posted March 26, 2010 Share Posted March 26, 2010 Blitz3D is really cool. You just have one exe file for IDE and and one for the compiler, so you can take them with you anywhere you go on a USB stick, and code some 3D demos. You can do the same with some C++ compilers and LE. Quote Link to comment Share on other sites More sharing options...
Canardia Posted March 26, 2010 Share Posted March 26, 2010 You can do the same with some C++ compilers and LE.Visual Studio is difficult to have portable, since it's so bloated and you can't just copy it. Editor would kinda work for that purpose thou. Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■ Link to comment Share on other sites More sharing options...
Rick Posted March 26, 2010 Share Posted March 26, 2010 I didn't say Visual Studio Quote Link to comment Share on other sites More sharing options...
VicToMeyeZR Posted March 27, 2010 Share Posted March 27, 2010 All I am saying is the blitz site has such outdated tutorials, maybe you should hound them to update theirs... LE's are actually quite helpful... I was able to do more in the first week of using LE, than in the first 3 months of using BM Quote AMD Phenom II x6 1100T - 16GB RAM - ATI 5870 HD - OCZ Vertex 2 60GB SSD Link to comment Share on other sites More sharing options...
Foolish Posted April 12, 2010 Share Posted April 12, 2010 All I am saying is the blitz site has such outdated tutorials, maybe you should hound them to update theirs... LE's are actually quite helpful... I was able to do more in the first week of using LE, than in the first 3 months of using BM The last time I went through them was for version 2.27. I have bmax code for the first 17 of them. Quote Windows XP Dual Core 2.66 Dual GeForce 7900 GTS in SLI (Yes, I know they are old.) Blitzmax with BlIDE Link to comment Share on other sites More sharing options...
GIMPY73 Posted April 13, 2010 Share Posted April 13, 2010 You have BMax code for the first 17 tutorials?? Would be cool and a help to other BMax user's if you uploaded them to the wiki/code section of this site. Thanks Gimpy73 Quote http://www.fallingpixel.com/mac10-3d-model/26203 (MAC-10) http://www.fallingpixel.com/glock17-3d-model/26471 (Glock-17) http://www.youtube.com/user/MRGIMPY73 Link to comment Share on other sites More sharing options...
Foolish Posted April 14, 2010 Share Posted April 14, 2010 You have BMax code for the first 17 tutorials?? Would be cool and a help to other BMax user's if you uploaded them to the wiki/code section of this site. Thanks Gimpy73 Will do.. It will take me another day to package them up. Quote Windows XP Dual Core 2.66 Dual GeForce 7900 GTS in SLI (Yes, I know they are old.) Blitzmax with BlIDE Link to comment Share on other sites More sharing options...
GIMPY73 Posted April 14, 2010 Share Posted April 14, 2010 Great news Foolish Looking foward to go through them. Thanks Gimpy73 Quote http://www.fallingpixel.com/mac10-3d-model/26203 (MAC-10) http://www.fallingpixel.com/glock17-3d-model/26471 (Glock-17) http://www.youtube.com/user/MRGIMPY73 Link to comment Share on other sites More sharing options...
puki Posted April 14, 2010 Author Share Posted April 14, 2010 It was my idea. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.