• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 01:16
CEST 07:16
KST 14:16
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
BGE Stara Zagora 2025: Info & Preview26Code S RO12 Preview: GuMiho, Bunny, SHIN, ByuN3The Memories We Share - Facing the Final(?) GSL46Code S RO12 Preview: Cure, Zoun, Solar, Creator4[ASL19] Finals Preview: Daunting Task30
Community News
[BSL20] ProLeague: Bracket Stage & Dates8GSL Ro4 and Finals moved to Sunday June 15th12Weekly Cups (May 27-June 1): ByuN goes back-to-back0EWC 2025 Regional Qualifier Results26Code S RO12 Results + RO8 Groups (2025 Season 2)3
StarCraft 2
General
The SCII GOAT: A statistical Evaluation BGE Stara Zagora 2025: Info & Preview Magnus Carlsen and Fabi review Clem's chess game. Jim claims he and Firefly were involved in match-fixing GSL Ro4 and Finals moved to Sunday June 15th
Tourneys
Bellum Gens Elite: Stara Zagora 2025 Master Swan Open (Global Bronze-Master 2) $5,100+ SEL Season 2 Championship (SC: Evo) SOOPer7s Showmatches 2025 Cheeseadelphia 2025 - Open Bracket LAN!
Strategy
[G] Darkgrid Layout Simple Questions Simple Answers [G] PvT Cheese: 13 Gate Proxy Robo
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 476 Charnel House Mutation # 475 Hard Target Mutation # 474 Futile Resistance Mutation # 473 Cold is the Void
Brood War
General
Will foreigners ever be able to challenge Koreans? [BSL20] ProLeague: Bracket Stage & Dates BGH auto balance -> http://bghmmr.eu/ BW General Discussion I made an ASL quiz
Tourneys
[ASL19] Grand Finals [Megathread] Daily Proleagues [BSL20] ProLeague Bracket Stage - Day 2 [BSL20] ProLeague Bracket Stage - Day 1
Strategy
I am doing this better than progamers do. [G] How to get started on ladder as a new Z player
Other Games
General Games
Stormgate/Frost Giant Megathread What do you want from future RTS games? Path of Exile Nintendo Switch Thread Mechabellum
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
LiquidLegends to reintegrate into TL.net
Heroes of the Storm
Heroes of the Storm 2.0 Simple Questions, Simple Answers
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread Vape Nation Thread European Politico-economics QA Mega-thread
Fan Clubs
Maru Fan Club Serral Fan Club
Media & Entertainment
Korean Music Discussion [Manga] One Piece
Sports
2024 - 2025 Football Thread Formula 1 Discussion NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread Cleaning My Mechanical Keyboard
TL Community
The Automated Ban List
Blogs
Cognitive styles x game perf…
TrAiDoS
StarCraft improvement
iopq
Heero Yuy & the Tax…
KrillinFromwales
I was completely wrong ab…
jameswatts
Need Your Help/Advice
Glider
Trip to the Zoo
micronesia
Poker
Nebuchad
Customize Sidebar...

Website Feedback

Closed Threads



Active: 8223 users

WYSIWYG programming

Blogs > Xeofreestyler
Post a Reply
Xeofreestyler
Profile Blog Joined June 2005
Belgium6768 Posts
March 05 2009 23:18 GMT
#1
Or well, 'programming'.

Its called FNK and I just came across it today


Fnk (pronounced fink) is an online visual programming environment that uses a dataflow approach for the analysis, processing and synthesis of image, sound and other data in real-time. It aims to be an easy and fun way to create multimedia and music presentation prototypes that interact with a number of input and output devices. It was born as an academic project, but has since then moved into a standalone one.


http://ffnnkk.org/about/about-fnk/

It looks pretty cool but my biggest worry is that it can get rreaaaally messy once it starts getting complex. Gonna have some fun playing around with this though.

here's an example:
http://ffnnkk.org/2008/11/25/camera-circles/

Graphics
exkgb
Profile Joined September 2005
United States504 Posts
March 05 2009 23:26 GMT
#2
It reminds me of labview which we use a lot in engineering labs. Needless to say, I hate labview because it takes so f***ing long to do any algorithm stuff since you need to drag and drop all those annoying nodes around and yes it gets really messing once things are more complex. I prefer text-based programming environment by far.
Xeofreestyler
Profile Blog Joined June 2005
Belgium6768 Posts
March 05 2009 23:28 GMT
#3
Well needless to say I just find it interesting because of the direct graphical output

but yeah if you wanna do any real algorithms this sucks lol
Graphics
Bockit
Profile Blog Joined November 2004
Sydney2287 Posts
Last Edited: 2009-03-06 00:03:38
March 05 2009 23:47 GMT
#4
This is very similar to a programming 'language' called Max. To someone who has learnt programming without WYSIWIG it can be at times unintuitive, however if you give it the time necessary you'll get your head around it and it can be powerful for certain things.

I've found what this style of programming is useful for is extremely rapid development. With Max it comes with two plugin products, Jitter (On the fly video editing and analysis, stuff like colour tracking, blob tracking etc etc) and MSP (Complex sound editing control) which allow you to very quickly make (I'm talking a couple of hours) reasonably complex programs.

As an example, I wrote a program where users controlled a car's brakes, acceleration and steering in a game by wearing coloured gloves and making gestures with their hands. Did it in about 2 days. This was possible because it's so simple to just 'dump' this video analysis library into your dataflow and then get the numbers that you need to do your stuff. So with this FNK a lot of its success I think will come from the libraries you can get with it.

From my experience designers tend to be attracted to WYSIWIG programming. (Not saying that's a bad thing btw, it's simply a trend I've noticed. Interestingly, the homepage of their website reminds me of http://www.processing.org , open source java graphics libraries provided with an editor that also targets designers.

EDIT: I suck didn't read the last link in your op
Their are four errors in this sentance.
prOxi.swAMi
Profile Blog Joined November 2004
Australia3091 Posts
March 05 2009 23:59 GMT
#5
Why would people avoid learning real programming? It's much more fun....
Oh no
exkgb
Profile Joined September 2005
United States504 Posts
March 06 2009 00:05 GMT
#6
I agree that this style of programming can be useful for certain kind of applications. But you have to realize that the "libraries" which you use with these visual programming environments which does complex video processing such as blob tracking are probably written in C or some other high level imperative language.

What I find interesting with this style of programming is the similarity which it shares with functional programming. Both have features such a the lack of a global state and the fact that your programs turn out like a mathematical formula where data gets massaged through a series of functions. This is unlike imperative languages such where the mindset is that there is a list of statements which manipulates a set of states.

Processing is pretty different compared to these languages, processing is just a modified version of java as far as I know.

It'll be interesting to see if these visual programming languages catches on. From my experience ( perhaps tainted by my backgroudn in traditional languages ) doing simple things like indexing arrays..etc. are such a pain that its simply not worth it.

Bockit
Profile Blog Joined November 2004
Sydney2287 Posts
March 06 2009 00:14 GMT
#7
On March 06 2009 09:05 exkgb wrote:
I agree that this style of programming can be useful for certain kind of applications. But you have to realize that the "libraries" which you use with these visual programming environments which does complex video processing such as blob tracking are probably written in C or some other high level imperative language.

What I find interesting with this style of programming is the similarity which it shares with functional programming. Both have features such a the lack of a global state and the fact that your programs turn out like a mathematical formula where data gets massaged through a series of functions. This is unlike imperative languages such where the mindset is that there is a list of statements which manipulates a set of states.

Processing is pretty different compared to these languages, processing is just a modified version of java as far as I know.

It'll be interesting to see if these visual programming languages catches on. From my experience ( perhaps tainted by my backgroudn in traditional languages ) doing simple things like indexing arrays..etc. are such a pain that its simply not worth it.



Oh definitely the libraries are written in C or w/e, it's just the ease of use, and that ease of understanding the ins and outs that do it for a lot of people.

Yeah processing is just java, I was commenting more on the site, the content and who it suggests the language is targeted to is similar to FNK's website.

And yeah, trying to do simple things in traditional languages in these visual programming ones, like storing a number for later access without resetting it, is pretty much a huge bitch. The solution that advocates for the languages state is that you shouldn't be doing traditional things with it in the first place heh.
Their are four errors in this sentance.
Please log in or register to reply.
Live Events Refresh
SOOP Global
03:00
#21
Creator vs Rogue
Cure vs Classic
LaughNgamezSOOP
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
PiGStarcraft507
StarCraft: Brood War
Leta 226
Sharp 87
soO 86
Mind 43
Noble 41
ggaemo 12
Bale 7
Dota 2
monkeys_forever453
NeuroSwarm87
League of Legends
JimRising 899
Counter-Strike
Stewie2K2301
Heroes of the Storm
Khaldor164
Other Games
summit1g7208
shahzam1530
WinterStarcraft421
RuFF_SC283
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• practicex 64
• Kozan
• sooper7s
• AfreecaTV YouTube
• intothetv
• Migwel
• IndyKCrew
StarCraft: Brood War
• RayReign 116
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• lizZardDota231
League of Legends
• Doublelift5884
• Lourlo1171
• Stunt327
Other Games
• Scarra1412
Upcoming Events
SOOP
3h 44m
Classic vs GuMiho
Sparkling Tuna Cup
4h 44m
AllThingsProtoss
5h 44m
Fire Grow Cup
9h 44m
BSL: ProLeague
12h 44m
HBO vs Doodle
spx vs Tech
DragOn vs Hawk
Dewalt vs TerrOr
Replay Cast
18h 44m
Replay Cast
1d 18h
Replay Cast
2 days
WardiTV Invitational
2 days
WardiTV Invitational
2 days
[ Show More ]
GSL Code S
3 days
Rogue vs GuMiho
Maru vs Solar
Replay Cast
3 days
GSL Code S
4 days
herO vs TBD
Classic vs TBD
The PondCast
4 days
Replay Cast
4 days
GSL Code S
5 days
WardiTV Invitational
5 days
Korean StarCraft League
5 days
CranKy Ducklings
6 days
WardiTV Invitational
6 days
Cheesadelphia
6 days
Cheesadelphia
6 days
Liquipedia Results

Completed

CSL Season 17: Qualifier 1
BGE Stara Zagora 2025
Heroes 10 EU

Ongoing

JPL Season 2
BSL 2v2 Season 3
BSL Season 20
KCM Race Survival 2025 Season 2
NPSL S3
Rose Open S1
CSL Season 17: Qualifier 2
2025 GSL S2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
ECL Season 49: Europe
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025
YaLLa Compass Qatar 2025
PGL Bucharest 2025
BLAST Open Spring 2025

Upcoming

CSL 17: 2025 SUMMER
Copa Latinoamericana 4
CSLPRO Last Chance 2025
CSLPRO Chat StarLAN 3
K-Championship
SEL Season 2 Championship
Esports World Cup 2025
HSC XXVII
Championship of Russia 2025
Murky Cup #2
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.