World: r4wp
[Announce] Announcements only - use Ann-reply to chat
older newer | first last |
MaxV 25-Oct-2012 [159] | Usage, for example: my? view |
Arnold 25-Oct-2012 [160] | I have put a script similar to the chess script on rebol org. It is a script to determine all possible moves in the international 10x10 checkers game (dammen). It needs some improvement in how to represent the moves themselves, but the basics work. I'll post a board and simple board evaluating script soon. http://www.rebol.org/view-script.r?script=dam1.r (I need also to find out how exactly to make a package from all needed files) |
Kaj 29-Oct-2012 [161] | I've updated the above test binaries for the Red 0.3.0 alpha 1 release. Please test |
Ladislav 30-Oct-2012 [162] | MaxV: I see you wrote: "ALIVE? is a logic of value: true" - I think that this needs a more thorough explanation, though. |
MaxV 31-Oct-2012 [163x2] | >> source alive? alive?: true |
Is there anything else about ALIVE? ? | |
Kaj 31-Oct-2012 [165x2] | I've added Windows binaries for most dependency libraries to the above Red test program collection: cURL, SQLite, 0MQ, SDL and GTK and dependencies. With that, it becomes very easy to test them on Windows |
I'm particularly interested in results for MSDOS/RedSystem/read-web-page and play-SDL-WAV. I haven't been able to use cURL to read a web page yet, and playing sample.wav appears in the Windows 7 mixer, but I haven't had audible sound yet | |
Kaj 2-Nov-2012 [167] | I've updated the test binaries for Red/System fix #279, fixing GTK window icon loading |
Kaj 4-Nov-2012 [168] | I've cleaned up the Red bindings for the #enum passing bug that was fixed in Red/System 0.3.0. Most of the bindings need Red 0.3.0 now |
GiuseppeC 5-Nov-2012 [169] | License announced: http://www.rebol.com/article/0517.html It is Apache 2.0 |
GrahamC 5-Nov-2012 [170] | email suggestions on directors to [open-:-rebol-:-com] |
Ladislav 6-Nov-2012 [171] | Reposting Carl Read's: "For those wanting an email list again, note there's already one on Google Groups: groups.google.com/forum/?fromgroups#!forum/rebol" |
MaxV 7-Nov-2012 [172] | I just finished the full Rebol disctionary on: http://en.wikibooks.org/wiki/REBOL_Programming/Dictionary there you can find also the source of the functions. It's a public wiki, you can add examples, correct bugs, add topics: you are welcome! |
Ladislav 7-Nov-2012 [173] | Hmm, as I see it, you described R2. Now the question is whether it makes sense to add R3 description, eventually how. |
Maxim 8-Nov-2012 [174x2] | Max did you start from R2's on-line dictionary? |
it has a lot more than just the function's prototype and source. it includes related, examples and some usage text. | |
MaxV 8-Nov-2012 [176x3] | I made this: http://prezi.com/xyuhedfy0wmu/rebol/ |
what do you think? | |
It's public and you can copy and modify it | |
kensingleton 9-Nov-2012 [179] | Excellent Max - well done - that is a really cool demo for beginners or those curious |
Arnold 9-Nov-2012 [180x2] | After the mirror game and the chessboard interface, the Red compiler script and various cgi scripts and showing all how radio buttons work in VID, I can now introduce to you the application to play checkers (10x10 international, in dutch dammen). Not bad for a REBOL newbie right? Wait a moment with all of your nominations please, because: There is a tiny issue left with the moving of the pieces when playing against the computer but it is minor compared to all other issues I have already fixed ;-) You can download the zip file with the program here http://arnoldvanhofwegen.com/stuff/damscripts.zip Program is started with do %damb.r and you can play after setting the color the computer has to play with on the panel you get when you click the top-left button. You can look under the hood and see the values the program gives the legal moves. You can put your own positions on the board and continue from that point. Enjoy! |
The minor issue is fixed, your nominations are welcome ;D | |
Ladislav 10-Nov-2012 [182x2] | http://www.rebol.org/view-script.r?script=nistclock.r |
https://groups.google.com/forum/?fromgroups=#!topic/Rebol/3-HC7YyJajs | |
NickA 10-Nov-2012 [184] | Thanks Ladislav - I use that script! |
Kaj 12-Nov-2012 [185x2] | I updated my Fossil introduction for Syllable 0.6.7 and modified the example to be specifically for the Red test binaries, so it can now be used as a guide for getting the Red test programs: |
http://rebol.esperconsultancy.nl/documentation/how-to-use-Fossil.html | |
Arnold 12-Nov-2012 [187] | MaxV, the Prezi way of presentation is cool indeed. Only problem for me to use it is that you need to be online when viewing. Been hoping this woul dbe possible using REBOL itself. Btw can you point me to the code of the example with the moving road? |
MaxV 12-Nov-2012 [188] | Look here: http://www.rebol.net/demos/download.html and here: http://www.rebol.net/demos/7B191CB087929081/christmas-drive2.0.1.r |
Kaj 12-Nov-2012 [189] | Please use Ann-Reply to chat. Thanks |
Geomol 14-Nov-2012 [190] | My game, Stunt Ace, has been released to iOS (iPhone, which also works on iPad). Stunt Ace is a retro type game. REBOL was used in the development process to make a prototype and for the level editor. I also used the REBOL DRAW dialect to create the logo, icon and presentation graphics. Stunt Ace can be found on Apple's App Store. The Android version can be found on Google Play. Homepage: http://niclasen.name/stuntace.html Stunt Ace was made using: - Deluxe Paint on an Amiga - GIMP - Waldorf Pulse analogue synthesizer - TimewARP 2600 analogue soft synth - Roland A-90 keyboard - A Mac - A PC - REBOL - In-house software Have fun! |
NickA 14-Nov-2012 [191] | Congrats John! Is World part of your development process for iOs? |
Oldes 16-Nov-2012 [192x2] | I've uploaded new script: https://github.com/Oldes/rs/blob/master/projects-rswf/pack-assets/latest/pack-assets.r which I'm using with this one: https://github.com/Oldes/rs/blob/master/projects-rswf/form-timeline/latest/form-timeline.r to pack assets (bitmaps and animations) for prototype of Adobe AIR framework I'm working on which can be seen here: https://github.com/Oldes/Starling-timeline-example(as a Flashdevelop project) |
ech.. f..ing altme links.. I've uploaded new script: https://github.com/Oldes/rs/blob/master/projects-rswf/pack-assets/latest/pack-assets.r which I'm using with this one: https://github.com/Oldes/rs/blob/master/projects-rswf/form-timeline/latest/form-timeline.r to pack assets (bitmaps and animations) for prototype of Adobe AIR framework I'm working on which can be seen here: https://github.com/Oldes/Starling-timeline-example(as a Flashdevelop project) | |
Arnold 22-Nov-2012 [194] | Today I have put version 1.0.0 of the 10x10 checkers (damspel) out. The script on rebol.org points to the download location on my website (because it is a package of scripts more than a single script) You can find it on http://arnoldvanhofwegen.com/stuff/damgame.zip |
NickA 26-Nov-2012 [195] | I'm offering another matching funds drive to help keep Doc working on Red. I'll match funds donated to him by December 25, 2012, up to a total of $1000. If you're interested in Red, please help Doc focus his efforts on the project. |
Geomol 27-Nov-2012 [196] | I released a camera app for iPhone today. The DRAW dialect of REBOL was used for all interface graphics. Also the presentation graphics was made using DRAW (except the actual photos, which were taken using the app). See: http://niclasen.name/gcam.html I like the results of the iPhone 4S and iPhone 5 smartphone images. It's hard to see, they're made with DRAW and not just photos. GCam is waiting for review at Apple and will be available on the App Store typically within a week from now. |
MaxV 28-Nov-2012 [197x2] | From Carl: |
made good progress over the holiday, powered by turkey sandwiches from France. Prep of C source nearly done. See, not just a dump and run. Sure, a few problems came up, but I'm not going to hold up the release for them. You can decide. Grabbed latest git source and built it for this dev box (which did not support 1.8 version as bin.) Once released, I've got a number of notes to write up. Like how to quickly port R3. Takes about 5 mins if you know what you're doing. Got it up on ARM & MIPS Linux. Also, I have some goals in mind. Android and iphone, that kind of thing. Getting graphics and sound back up. GUI and tinyGUI. A micro-R3 for smallish embedded systems. There's a lot you can help with. Delegation, right? | |
Robert 28-Nov-2012 [199] | Cool. See the source... |
Steeve 29-Nov-2012 [200] | Created a new project at http://github.com/SteeveGit/R3-CODE-EDITOR For now, only the vertical scrolling is worth testing (still random crashes). For windows users with the saphirion's R3 version found at http://www.saphirion.com/development/downloads-2/ (pick the first .zip) |
Arnold 29-Nov-2012 [201] | Today I updated my Red compiler script on rebol.org. The script now can now also compile Red scripts, not just Red/System scripts. You can find the new script here http://www.rebol.org/view-script.r?script=redcompiler.r |
Arnold 4-Dec-2012 [202] | Gregg Irwin has rewritten the redcompiler.r script on rebol.org and I now added a help screen, a check for a red.r compilerscript in the selected directory, support for Red source only compilation, the option --red-only Doc recently added. You can still find the new script here http://www.rebol.org/view-script.r?script=redcompiler.r |
Kaj 4-Dec-2012 [203x3] | I've updated the Red(/System) test binaries. Instructions are in my recent Syllable article: |
http://web.syllable.org/news/2012-11-18-20-47-Red-high-level-programming-language-first-alpha.html | |
If you want to help ensure the quality of the upcoming Red 0.3.1 release, please test the example programs | |
Arnold 6-Dec-2012 [206] | A kind reminder to subscribe to the Red mailing list at https://groups.google.com/forum/?hl=en&fromgroups#!forum/red-lang is you haven't done so already. |
Kaj 10-Dec-2012 [207x2] | Here's a 6502 CPU emulator written in Red/System: |
http://red.esperconsultancy.nl/Red-6502 | |
older newer | first last |