Welcome, Guest. Please login or register. Did you miss your activation email?

 Search results for: browser sfml

Pages: 1 2 3 [4]
91
SFML website / Re: PDF version of the tutorials
« by Jesper Juhl on March 12, 2015, 09:00:16 am »

......  --page-requisites --no-parent http://www.sfml-dev.org/tutorials/2.2/ ... real 0m5.235s user  ............  sys 0m0.046s  and then you can just launch a browser on your local copy: $ firefox file://$(pwd)/www. ......
92
Graphics / Re: Texture Update memory wierdness
« by slotdev on April 02, 2014, 01:28:00 pm »

...... , its just another SFML window, which is cleared & redrawn every frame in  ............  background: I use Berkelium, an "off screen" web browser which copies pixel data to a buffer, and then  ............  buffer is updated. I then copy this buffer to the SFML texture and display on screen. This works 100% OK  ......
93
SFML website / Re: Youtube embedded videos not working
« by Mörkö on July 30, 2014, 12:38:11 pm »

......  videos on this forum, as opposed to youtube or my browser......
94
General discussions / Java
« by solgar on November 17, 2009, 04:54:35 pm »

......  from: "JannoT"  https://sfml.svn.sf.net/svnroot/sfml and SFML2 branch: https:// ............ .svn.sf.net/svnroot/sfml/branches/sfml2/    Thanks. I didnt got it that  ............  on download page was for browser and not for svn client. ......
95
Feature requests / Re: HSL Color Standard
« by quarks on October 18, 2012, 07:46:57 pm »

......  pm  Also you must have once clicked "Fork" on the SFML GitHub site. It then automatically forks SFML, if  ............  are several display bugs for github with the web browser I use. But still I don't think so, because I also  ......
96
SFML projects / Re: SFML-Sidescroller: Version 0.07 released!
« by maximaximal on November 11, 2012, 05:30:53 pm »

......  should at least check that the user-agent is libsfml-network/2.x and the from field is user@sfml-dev. ............ . It would prevent "browser hacking" but not hacking with a http requester  ............ .   Ok, I've edited the server now - plain browser hacking is no longer possible  I still have to  ......
97
Graphics / Re: circle wiew
« by eXpl0it3r on April 07, 2014, 05:04:55 pm »

......  and if you activate spell correction in your browser, things will be even easier.   As for the  ......
98
General / Re: AW: Is it possible to embed an SFML game on a site?
« by Jesper Juhl on August 14, 2014, 09:11:41 am »

......  be possible to use emscripten to compile the SFML C++ application to Javascript and then run it in  ............  browser. Take a look at their examples - it's pretty  ......
99
General discussions / why not using a namespace
« by lubos on August 17, 2007, 02:07:27 pm »

......  sf( so no need to write sf everytime) 2. as i see sfml is organized into more libs, even these libs can  ............  thought :? 3. you can see it nicer in IDE object browser! =) 4. yes namespaces are cute   ..sorry if i  ............  smth, i just downloaded sfml and now getting it to work on my linux  ......
100
General / Re: SFML Mac Portability
« by capz on June 08, 2012, 06:33:23 pm »

......  the results are in!  When you attempt to run an SFML 2.0 app, you are indeed presented with an option  ............  install XQuartz. Clicking it will open a browser, pointing at xquartz.macosforge.com, from which  ............  installing XQuartz though.   As for compiling SFML from source: XQuartz includes a TON of libs,  ............   * CVE-2012-1144    Configuring & Compiling SFML from source works as expected from that point  ............ -issue   For me though.. I was hoping to get an SFML project into the app store, but now I'm not so  ......
101
Java / Re: RenderCanvas on X11 and Cocoa
« by pdinklag on January 03, 2013, 08:46:46 pm »

......  master branch.  In the render-canvas branch, the JSFML binary depends on the Java AWT binaries. However,  ............ .  I am not quite sure how to proceed here. SFML is a multimedia library, and a headless  ............  that. However, you might want to use some of the SFML classes for server code, e.g. Vector2f for  ............   A very easy fix would be a separate lightweight JSFML package called "jsfml-headless" for those  ............  a few kilobytes at max. It would be similar to SFML's "system" binary, JSFML is not as strictly  ............  X yet and I did not do any testing yet concerning browser applets. I'd love to include this feature in the  ......
102
Network / Re: Host TCP Port and Receive details
« by binary1248 on August 06, 2013, 05:42:29 pm »

......  A typical example of this is an HTTP server. Your browser typically opens up multiple simultaneous  ............  found this post: https://github.com/laurentgomila/sfml/issues/150 where it was stated (although it was 2  ......
103
Window / Menus and dialog boxes
« by zenroth on February 23, 2012, 04:40:29 am »

......  making it easy to get a window handle now with SFML 2. I had to use this earlier, in order to do a  ............  to do something as simple as open a web browser under windows. (ifdefs and so forth for other  ......
104
Feature requests / Re: Clipboard and open with default application support
« by FRex on July 17, 2013, 01:47:55 am »

......  of the ressource, instead of an empty string? If SFML set it like that by default, I'd have to  ............  the image/whatever if it's there, it's not like SFML takes the clipboard away from the OS, also not  ............  resources have paths, images copied from browser with 'copy image', things copied from image  ............  documentation and instructions or links in web browser......
105
Graphics / Shader not working on "newer" machines
« by heishe on July 03, 2011, 12:12:33 pm »

......  use the shader code:  Code: [Select]  #include <sfml/graphics.hpp> #include <sfml/window.hpp>  int  ............ ;  return 0; }   I've hacked this into the browser, so it may not work initially, however, since all  ......
106
SFML website / Re: Old Threads?
« by Orezar on April 11, 2012, 10:44:01 am »

...... , we take the Example URL from before:  http://www.sfml-dev.org/forum-redirect.php?p=47498&sid= ............  to a Link that looks like this:  http://en.sfml-dev.org/forums/index.php?msg=p;  p contains the  ............ = 47498 Then the Link, looks like that:  http://en.sfml-dev.org/forums/index.php?msg=47498;  And the rest  ............  Post/Message that u searched for,  on your/our Browser...   If u want I can implement it in your Script.. ......
107
General discussions / Using named colors
« by Silvah on October 13, 2010, 11:59:21 pm »

......  in this topic.   We do. I really don't want the browser to take thirty second to load (I'll use that  ............ . It's unlikely that it will be incorporated into SFML, after all. It's unlikely that you or I will meet  ......
108
General / Re: Loading from this tileset
« by The Illusionist Mirage on October 14, 2013, 11:28:11 am »

......  link I can't find(neither remember or find in browser history):  At any given instant, the player will  ......
109
General / Re: Does anyone else have massive frame drops for no reason?
« by Mörkö on August 10, 2014, 02:37:41 am »

...... , all of them running various other programs like browser, file manager, pdf reader, music player, torrent  ............  when I closed some of the programs / desktops my SFML program was back to a clean 60 fps again.  But  ......
110
DotNet / Re: Fps counter results differ from SetFrameLimit() value
« by binary1248 on October 29, 2014, 06:01:33 pm »

......  the timer at a high resolution no matter what the browser is doing.  Obviously, since SFML is a Multimedia  ............ . If you want to save battery life, close the SFML application, it's as simple as that. People who  ......
111
Network / Re: FTP Status 1002
« by Niely on January 04, 2015, 06:11:41 pm »

......   #include <iostream> #include <string>  #include <SFML/Network.hpp>  using namespace std; int main(&# ............ << "Error" <<endl; } }    FTP through browser with exact same authentication does work though. ......
112
General / Compiz Fusion is bugging me...
« by JSLemming on March 08, 2009, 05:39:08 am »

......  too. I'm running Ubuntu 8.10 with compiz fusion. SFML goes full retard when used with compiz. SDL/ ............  of the weirdness. I've compiled the samples using SFML 1.5 btw.  Here is the pong sample with compiz  ............  the background doesn't even render.  My directory browser was bleeding through that one.  Any ideas on this? ......
113
SFML website / Re: stylesheet br0ken in some browsers
« by wintertime on October 18, 2013, 08:34:11 pm »

...... 'm sure programmers who found out about SFML are a bit more inclined to have a non-broken  ......
114
C / Re: CSFML dependencies
« by Spirro on February 12, 2015, 05:57:41 pm »

......  latest commit, but rather the 2.1 tag (for both SFML and CSFML).  The path to FindSFML.cmake must be  ............  variable before configuring. Or you can copy FindSFML.cmake to your CMake's Module directory.    No  ............  building SFML2.1, but same problem with the FindSFML.cmake file. ............  with the cmake-gui version of cmake, but once the browser is in the directory everything is greyed out and  ............ . I tried checking the CMakeLists.txt file of CSFML to see if I could set it in there, but I have  ......
Pages: 1 2 3 [4]